home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / software / apps / powerbase / Update < prev    next >
Encoding:
Text File  |  1995-11-23  |  5.9 KB  |  123 lines

  1. Powerbase Update
  2. ================
  3.  
  4. On a RiscPC, the default screen display font is too large, and until the programmers have access to a RiscPC to make the appropriate changes to the templates file, it will be necessary for the user to chose the screen display font with care. (Putting a few spaces in front of each descriptor when designing the record layout has been suggested as a palliative.)
  5.  
  6. Apart from bug-fixes, the following changes have been made since v.6.60 for
  7. which the printed manual was written
  8.  
  9. v.6.70 - Sep 14, 1995
  10. =====================
  11.  
  12. Record design
  13. -------------
  14. The field creation dialogue box now has a new menu button which displays a
  15. menu of the defined fields. The data for a field chosen from this menu is
  16. displayed in the dialogue box just as if you had clicked MENU over the
  17. field. There is also a 'Fit' button which adjusts the width of a field icon
  18. to fit the defined data length.
  19.  
  20. CSV export/import 
  21. -----------------
  22. CSV files can now be exported with the record number as the first item on
  23. every line. This feature was added to meet a specific requirement of mine,
  24. namely to be able to have several people updating records from the same
  25. database on different machines and then combine all the edited data into one
  26. copy of the database. Others may have similar requirements but the feature
  27. must be used with great care. It resembles the existing feature whereby you
  28. can export a CSV file with the primary key at the start of each line. On
  29. import the latter looks up the key and, if found, loads and modifies the
  30. record. If not found it creates a new record as in a normal CSV import. The
  31. new feature loads and modifies the record whose number appears in the CSV
  32. record. Since the two features should not be used together they are selected
  33. by a pair of radio buttons on the CSV options window.
  34.  
  35. Searching for records
  36. ---------------------
  37. The index to be searched may be changed, using a pair of "bump" icons
  38. WITHOUT changing the currently selected key as determined by the keypad
  39. buttons. If you find the preceding sentence unclear try the following:-
  40.  
  41.   (a) Load !Elements and use the "key" button(s) on the keypad to make
  42.       Atomic number the active key. (Its descriptor should turn red.)
  43.   (b) Click the Search button and use the bump icons to make Search box show
  44.       "in PrimaryKey index".
  45.   (c) Enter SULP and type <Return>. The record for SULPHUR, element 16, will
  46.       be displayed.
  47.   (d) Click the "next record" arrow button on the keypad. The record which
  48.       comes up will be that for element 17, CHLORINE. i.e. the current key
  49.       is still the Atomic number, even though you performed the search on
  50.       the primary key.
  51.  
  52. Selecting fields for printing
  53. -----------------------------
  54. You may select a range of contiguous fields by clicking with SELECT to place
  55. the caret in the first field, then double-clicking with ADJUST in the last
  56. field. A switch has been added to the Print window to include the current key
  57. of each printed record in a report.
  58.  
  59. Formula entry for calculated/composite fields
  60. --------------------------------------------- 
  61. The dialogue box for this is now of the "persistent" type, rather than a
  62. leaf of a menu tree. It is therefore possible to enter tags into the formula
  63. by clicking SELECT on the relevant field while holding Ctrl down. (Earlier
  64. documentation stated, erroneously, that this was possible.) The tag, both
  65. here and in the query panel, is now inserted at the caret instead of always
  66. at the right-hand end of ths string as previously.
  67.  
  68. Abandon database
  69. ----------------
  70. This menu choice has been removed. It confused many users and could, under
  71. some circumstances, lead to a database containing records which did not
  72. correspond to their keys. The situation now is that closing a database
  73. (either with Close database or Quit) causes no writing back to the database
  74. unless a change has been made, in which case write-back is automatic as
  75. before. An asterisk appears in the title bar when the database is altered
  76. but this is for information only since the user need do nothing to ensure
  77. that the disc is updated. Clicking on Force update does exactly the same
  78. writing to the disc as closing the database so, if you use this button when
  79. the asterisk is showing, the asterisk will disappear again.
  80.  
  81. Key structure
  82. -------------
  83. The Case sensitive and Pad with spaces buttons now work as they should. A
  84. further option switch has been added to allow you to skip nulls when
  85. creating an index. The switch is greyed out when creating the Primary key
  86. since nulls aren't allowed there anyway. Note that using this option will
  87. mean that the Info window off the main menu could show different numbers of
  88. records when different keys are selected.
  89.  
  90. The structure of the current key can be displayed with Ctrl K.
  91.  
  92. Fast forward/rewind
  93. -------------------
  94. Once started this used to continue - uselessly - after closing the record
  95. window. It now stops when you do that.
  96.  
  97. Print selections
  98. ----------------
  99. These, when saved, now include the settings in the Numeric fields box.
  100.  
  101. Indices directory
  102. -----------------
  103. The Indices directory of an open database can be displayed with Ctrl I.
  104.  
  105. Sequence numbers
  106. ----------------
  107. Problems have been reported of sequence numbers not working as expected
  108. during CSV-import and database-merging. A new option switch has now been
  109. added to each of the relevant dialogue boxes allowing the user to either
  110. accept the sequence numbers already in the imported records or to assign new
  111. ones according to the field's current sequence counter.
  112.  
  113. Old search formula
  114. ------------------
  115. Ctrl O will retrieve the last-used search formula whenever the Query panel
  116. is visible. If the Query panel is NOT visible the usual effect of Ctrl O
  117. will be to open the Print window with the last search formula displayed. If,
  118. however, a filter is in force and the Filter window has been closed the
  119. latter will be re-opened with the search formula displayed.
  120.  
  121. This is a small increase in functionality but one which will, we believe, be
  122. appreciated by many users.
  123.